home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7010 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  644 b 

  1. Path: nntp.uib.no!usenet
  2. From: ketil@ii.uib.no (Ketil Z Malde)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Is there a standard for * and & placement style?
  5. Date: 21 Feb 1996 14:04:33 +0100
  6. Organization: II, UiB
  7. Sender: ketil@vipe.ii.uib.no
  8. Message-ID: <egpwb896e6.fsf@vipe.ii.uib.no>
  9. References: <3128BD31.4AF8@wildfire.com> <marnoldDn27q9.Is0@netcom.com>
  10.     <4gckd5$bc7@clarknet.clark.net>
  11. Reply-To: ketil@ii.uib.no
  12. NNTP-Posting-Host: vipe.ii.uib.no
  13. X-Newsreader: September Gnus v0.38/XEmacs 19.13
  14.  
  15.  
  16. Discussing 
  17.  
  18.     int *ip;
  19. vs.    int* ip;
  20.  
  21. one might also observe that "*ip" is, in fact, an int, just as much as
  22. "ip" is an int*.  Just my two *.
  23.  
  24. -kzm
  25.  
  26.  
  27.